Appends the specified ORDER BY clause to the current SelectFrom`1 instance.
Appends the specified ORDER BY clause to the current SelectFrom`1 instance.
public SelectFrom<T> OrderBy(params OrderBy[]);
Appends the specified ORDER BY clause to the current SelectFrom`1 instance.
public SelectFrom<T> OrderBy(String);
Appends the specified ORDER BY clause to the current SelectFrom`1 instance.
public SelectFrom<T> OrderBy(String,OrderDirection);
SelectFrom<T> Class | Kredor.BO Namespace | OrderBy